home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 July
/
Disc 2
/
PCU0702CD2.iso
/
entertn
/
floaters
/
files
/
Control
/
GameInstaller
/
data1.cab
/
GameDxr
/
Floaters.dxr
/
00013_Example Fader.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-05-17
|
269 b
|
11 lines
global gMiniVctNum
on prepareFrame
repeat with chnlCounter = 121 to 121 + gMiniVctNum - 1
sprite(chnlCounter).blend = sprite(chnlCounter).blend - 25
end repeat
if sprite(18).member <> member("Wait1") then
sprite(18).member = member("Wait1")
end if
end